home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN24Teach < prev   
Encoding:
Text File  |  1990-07-02  |  2.8 KB  |  62 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #24:    Teach
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components
  11.  
  12. Assembly:            C:                Pascal:        Rez:
  13. Teach.asm            Teach.c           Teach.p        Teach.rez
  14. Teach.equ            Teach.h           Teach.asm
  15. UGlobals.asm         UGlobals.c        Teach.r
  16. UWindow.asm          UWindow.c         UGlobals.Inc.p
  17. UMenu.asm            UMenu.c           UGlobals.p
  18. UEvent.asm           UEvent.c          UWindow.Inc.p
  19. Build                UUtils.c          UWindow.p
  20. Build.macros         Build             UMenu.Inc.p
  21. Build.r              Build.r           UMenu.p
  22. Full.Build           Full.Build        UEvent.Inc.p
  23.                                        UEvent.p
  24.                                        UUtils.Inc.p
  25.                                        UUtils.p
  26.  
  27. MPW Components
  28.  
  29. Assembly:            C:                Pascal:
  30. Teach.Aii            Teach.c           Teach.p
  31. Teach.r              Teach.r           Teach.asm
  32. Teach.equ            Teach.h           Teach.r
  33. UGlobals.Aii         UGlobals.c        UGlobals.Inc.p
  34. UWindow.Aii          UWindow.c         UGlobals.p
  35. UMenu.Aii            UMenu.c           UWindow.Inc.p
  36. UEvent.Aii           UEvent.c          UWindow.p
  37. MakeFile             UUtils.c          UMenu.Inc.p
  38.                      MakeFile          UMenu.p
  39.                                        UEvent.Inc.p
  40.                                        UEvent.p
  41.                                        UUtils.Inc.p
  42.                                        UUtils.p
  43.                                        MakeFile
  44.  
  45. This sample shows how to use the new TextEdit tool set; however, it does not
  46. create "Teach" documents as have been defined in Apple II File Type Notes.
  47. _____________________________________________________________________________
  48.  
  49. APW 65816 assembly language users need APW v.1.0, APW Tools & Interfaces 
  50. v.1.1, and Apple IIGS System Software 5.0.2 or later.  APW C language users 
  51. additionally need APW C v.1.0.  Four APW command files, Full.Build, Build, 
  52. Build.r, and Build.macros (for assembly users) allow you to perform complete 
  53. or partial rebuilds of the load file Teach.  The Pascal source code included 
  54. on the APW disk is the MPW IIGS Pascal source code for Teach.  It is included 
  55. so Pascal programmers using native IIGS Pascal development environments can 
  56. easily port this code to their development environment.
  57.  
  58. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and either MPW IIGS 
  59. Assembler v.1.0 or later, or MPW IIGS C v.1.0 or later, or MPW IIGS Pascal 
  60. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  61. found in the MakeFile.
  62.